@import url("../webfonts/Roboto/stylesheet.css");
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Roboto', sans-serif;
}

.sectionHeader   {
    color: #09492C;
    padding-left: 25px;
    padding-top: 9px;
    padding-bottom: 7px;
    text-align: left;
}
 
.sep {
    border-top: 1px solid #000000;
    border-bottom: 1px solid #000000;
    padding: .25em 0;
    margin-bottom: 38px;
    color: #000000;
    font-size: large;
    border-right-color: #000000;
    border-left-color: #000000;
}
.footer1   {
	background-image: linear-gradient(
	to bottom,
	rgba(125,190,201,0.50),	
	rgba(125,190,201,0.50),	
	rgba(125,174,201,0.66),		
	rgba(125,174,201,0.66) 		
	);
    display: run-in;
    padding-top: 14px;
    padding-bottom: 13px;
    clear: both;
}
.note {
	text-align: right;
	color: #24022D;
	margin-right: 54px;
	font-style: italic;
	font-size: large;
	margin-top: 78px;
}
/* button to proceed to checkout*/
.formBtn {
    background-color: #24022D;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 1em;
    padding: .75em;
    margin: 1em auto;
    display: inline-block;
    text-decoration: none;
    float: right;
}
.formBtn:hover{
    color: #D076CD;
    text-decoration: none;
}


nav li {
    list-style: none;
    display: inline-block;
    padding-right: 10px;
    padding-left: 10px;
    float: right;
    margin-top: -10px;
    margin-right: 11px;
}

nav li span {
    padding-left: 5px;
}

li a {
    padding: 5px;
    background-color: #fff;
    text-decoration: none;;
}

.cart ion-icon {
   vertical-align: bottom;
   font-size: 20px;
   padding-right: 5px;
}

.shipping{
    font-style: oblique;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
    text-decoration: underline;
}

.shipping2{
    font-style: oblique;
    font-family: "Lucida Grande", "Lucida Sans Unicode", "Lucida Sans", "DejaVu Sans", Verdana, sans-serif;
}

.cart a {
    color: #0D0B0B;
    cursor: pointer;
    text-decoration: none;
}
.cart a:hover{
	 color: #D076CD;
	
}
.container-products
 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 50px;
    padding-bottom: 100px;;
}

.image {
    margin-right: 20px;
    margin-left: 30px;
    position: relative;
    overflow: hidden;
}

.add-cart {
    position: absolute;
    width: 90%;
    background-color: darkgrey;
    transition: all 0.3s ease-in-out;
    opacity: 0;
    cursor: pointer;
    text-align: center;
}

.image:hover .cart1,
.image:hover .cart2,
.image:hover .cart3,
.image:hover .cart4 {
    bottom: 50px;
    opacity: 1;
    padding: 10px;
    text-decoration: none;
}

/* ----------------- CART PAGE --------------- */

.container-products {
    max-width: 600px;
    justify-content: space-around;
    margin: 0 auto;
    margin-top: 50px;
}

.container-products ion-icon {
    font-size: 25px;
    color: blue;
    margin-left: 10px;
    margin-right: 10px;
    cursor: pointer;
}

.product-header {
    width: 100%;
    max-width: 650px;
    display: flex;
    justify-content: flex-start;
    border-bottom: 4px  solid darkgray;
    margin: 0 auto;
}

.product-title {
    width: 45%;
	  
}

.price {
    width: 15%;
    border-bottom: 1px solid darkgray;
    display: flex;
    align-items: center;
}

.quantity {
    width: 36%;
    display: flex;
    align-items: center;
}

.total {
    width: 69%;
    display: flex;
    align-items: center;
}

.product {
    width: 45%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 10px 0;
    border-bottom: 1px solid darkgray;
}

.product ion-icon {
    cursor: pointer;
    
}

.products {
    width: 100%;
    display: none;
    flex-wrap: wrap;
}

.products img {
    width: 75px;
}

.custom-checkbox{
    margin-bottom: 90px;
	
	
}

.basketTotalContainer {
    display: flex;
    justify-content: flex-end;
    width: 95%;
    padding-top: 10px;
    padding-right: 0px;
    padding-left: 0;
    padding-bottom: 10px;
}

.basketTotalTitle {
    width: 23%;
    font-size: large;
}

.basketTotal {
    width: 10%;
    padding-right: 31px;
    font-size: large;
    font-weight: bold;
}
@media (min-width: 360px){
/* button to proceed to checkout*/
}
.formBtn {
    background-color: #24022D;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.8em;
    padding: .75em;
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 1em;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-top: 1em;
}
.formBtn:hover {
    color: #D076CD;
    text-decoration: none;
}
.note {
    text-align: right;
    color: #24022D;
    font-style: italic;
    font-size: large;
    margin-top: 78px;
    margin-right: 11px;
}
/* button to proceed to checkout*/
.formBtn {
    background-color: #24022D;
    border-radius: 4px;
    color: #fff;
    text-transform: uppercase;
    font-size: 0.
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		
		em;
    padding-top: 17.75px;
    padding-left: 17.75px;
    padding-bottom: 17.75px;
    margin-bottom: 1em;
    display: inline-block;
    text-decoration: none;
    float: right;
    margin-top: 54px;
    margin-right: 16px;
}
.container-products 
 {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    margin-top: 101px;
    padding-bottom: 100px;
    ;
}
.basketTotalTitle {
    width: 36%;
    font-size: large;
}
.basketTotal {
    width: 10%;
    padding-right: 31px;
    font-size: large;
    font-weight: bold;
}




@media(max-width: 500px) {
}
    nav h2 {
        width: 100%;
        text-align: center;
        margin-bottom: 10px;;
    }

    .sm-hide {
        display: none;;
    }

    .products,
    .product-header {
        justify-content: center;
    }

    .basketTotalContainer {
        padding-right: 8%;
    }

    






 /* CART */
.cart{
    margin-left: 10px;
    justify-content: flex-end;    
}

.cart table{
    width: 100%;
    border-collapse: collapse;
	}

.cart .product-info{
    display: flex;
    flex-wrap: wrap;   
}


.cart th{
    text-align: left;
    padding: 5px 10px;
    color: #fff;
}

.cart td{
    padding: 10px 20px;

}

.quantity{
    display: inline-table;
       
}

.quantity1{
    text-align: right;    
}


.imag{
 width: 20px;
	height: 20px;
}

.cart td img{
    width: 50px;
    height: 70px;
    padding-left: 24px;
    position: static;
    padding-right: 24px;
}


.cart td input{
    width: 40px;
    height: 30px;
    padding: 5px;
    clear: left;
    display: block;
    position: relative;
}

.cart td a{
    
	
}

.cart .remove-btn{
    color: #FFFFFF;
    text-decoration: none;
    font-size: 18px;
    background-color: #1CB193;
    border: none;
    border-radius: 8px;
    display: list-item;
    width: 97px;
    margin-top: 26px;
    margin-right: 26px;
    margin-bottom: 26px;
    margin-left: 26px;
    text-align: center;
}

.cart .edit-btn{
    text-decoration: none;
    font-size: 15px;
    border: none;
    width: 100%;
}

 
   

.product-title {
    text-align: match-parent;
    padding-right: 10px;
}
.cart product-title{
     width: 10%;
}


.cart-total{
    display: flex;
    justify-content: flex-end;
}

.cart-total table{
    width: 100%;
    max-width: 500px;
    border-top: 3px solid #151414;     
}

td:last-child{
    text-align: right;
}
